home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Freeware
/
Programare
/
bluej
/
bluejsetup-200.exe
/
{app}
/
lib
/
french
/
templates
/
method.tmpl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-09-15
|
283 b
|
13 lines
/**
* Un exemple de mΘthode - remplacez ce commentaire par le v⌠tre
*
* @param y un paramΦtre pour cette mΘthode
* @param x un autre paramΦtre
* @return la somme des deux paramΦtres
*/
public int sampleMethod(int y, int x)
{
// InsΘrez votre code ici
return x+y;
}